docs: Remove mention of client messages
authorJoachim Breitner <mail@joachim-breitner.de>
Tue, 21 Jun 2011 08:55:28 +0000 (10:55 +0200)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 5 Jul 2011 20:08:04 +0000 (16:08 -0400)
gdk/gdkwindow.c

index cc2d9c2edbb147a45d6fde1e79403c4ea09e6132..6700f673c576941cff520145dc37333df349b8c8 100644 (file)
@@ -2408,9 +2408,6 @@ gdk_window_peek_children (GdkWindow *window)
  * doing. Pass %NULL for @window to get all events for all windows,
  * instead of events for a specific window.
  *
- * See gdk_display_add_client_message_filter() if you are interested
- * in X ClientMessage events.
- *
  * If you are interested in X GenericEvents, bear in mind that
  * XGetEventData() has been already called on the event, and
  * XFreeEventData() must not be called within @function.